html {
    overflow-y: scroll;
    overflow-x: hidden; 
    
}

body {
    margin: 0;
    font: 12px/1.5 \5b8b\4f53, Arial, sans-serif;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    padding: 0;
    margin: 0
}

table,
td,
tr,
th {
    font-size: 12px
}

ol,
ul {
    list-style: none
}

li {
    list-style-type: none
}

img {
    vertical-align: top;
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: normal
}

address,
cite,
code,
em,
th,
i {
    font-weight: normal;
    font-style: normal
}

.hx a,
.hx em,
.fB {
    font-weight: bold
}

.clearfix {
    *zoom: 1
}

.clearfix:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "."
}

a {
    color: #3f3f3f;
    text-decoration: none;
    font-family: 'Microsoft Yahei', tahoma, arial, "Hiragino Sans GB", sans-serif;
    /*transition: all .2s ease;*/
}

a:hover {
    color: #24ab3c
}

a:visited {
    text-decoration: none
}

b.red {
    color: #c31a1f
}
a.orange {
    color: #ff6600;
}


b {
    color: #3f3f3f
}

h3{
    font-size: 16px;
}
::selection {
    background: #0081cb;
    color: #fff
}

::-moz-selection {
    background: #24ab3c;
    color: #fff
}
.top_logo{
    border-bottom: #ebebeb 1px solid;
}
.top_menu {
    height: auto;
    width: 1200px;
    position: relative;
    overflow: hidden;
    margin-top: -4px;
}
.top_line{
    width: 100%;
    height: 25px;
    line-height: 25px;
    background: #f2f2f2;
}
#logo{
    float: left;
    width: 1200px;
    height: 102px;
}
#logo img {
    width: 1200px;
    height: 102px;
}
#nav {
	float: right;
    width: 100%;
}

#nav ul {
    margin: 0;
    padding: 0
}

#nav li {
    margin: 0;
    padding: 0
}

#nav ul li {
    width: auto;

    text-align: center;
    float: left
}
#nav ul li a{
    border-top: rgba(255, 255, 255, 0) 8px solid;
	font-size: 15px;
	color: #515151;
	font-family:"\5FAE\8F6F\96C5\9ED1","微软雅黑","Microsoft JhengHei","华文细黑",STHeiti,MingLiu;
	font-weight:bold;
	display:inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    margin: 0 18px;
}
#nav ul li a:hover{
	color: #24ab3c;
	border-top: #24ab3c 8px solid;
}
#nav ul li a img {
    margin: 0 auto;
    padding: 0;
    display: block
}

.container {
    /*width: 1440px;*/
    height: auto;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}

.container_16 {
    width: 1200px;
}


.banner { 
        position: relative; 
        overflow: auto; 
        width: auto; 
    }
    .banner li { list-style: none; }
        .banner ul li { float: left; width: 100%; height: 500px; background-position: center; }
    .dot {
        -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        -moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        -ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        -o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    }

    .banner .dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        text-align: center;
    }
        .banner .dots li {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 4px;

            text-indent: -999em;

            border: 2px solid #fff;
            border-radius: 6px;

            cursor: pointer;
            opacity: .4;

            -webkit-transition: background .5s, opacity .5s;
            -moz-transition: background .5s, opacity .5s;
            transition: background .5s, opacity .5s;
        }
            .banner .dots li.active {
                background: #fff;
                opacity: 1;
            }

    .banner .arrows {
        position: absolute;
        bottom: 20px;
        right: 20px;
        color: #fff;
    }
        .banner .arrow {
            display: inline;
            padding-left: 10px;
            cursor: pointer;
        }

.smallbanner { 
        position: relative; 
        overflow: auto; 
        width: 500px;
        float: left;
    }
    .smallbanner li { list-style: none; }
        .smallbanner ul li { float: left; width: 500px; height: 220px; background-position: center; }
    .dot {
        -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        -moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        -ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        -o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    }

    .smallbanner .dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        text-align: center;
    }
        .smallbanner .dots li {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 4px;

            text-indent: -999em;

            border: 2px solid #fff;
            border-radius: 6px;

            cursor: pointer;
            opacity: .4;

            -webkit-transition: background .5s, opacity .5s;
            -moz-transition: background .5s, opacity .5s;
            transition: background .5s, opacity .5s;
        }
            .smallbanner .dots li.active {
                background: #fff;
                opacity: 1;
            }

    .smallbanner .arrows {
        position: absolute;
        bottom: 20px;
        right: 20px;
        color: #fff;
    }
        .smallbanner .arrow {
            display: inline;
            padding-left: 10px;
            cursor: pointer;
        }
#about_txt{
    float: left;
    width: 770px;
    margin-left: 30px;
}
#about_txt p{
    font-size: 14px;
    text-indent: 2em;
    line-height: 28px;
    
}
#about_txt img{
    margin-top: 10px;
	width:274px;
	height:29px;
}
#img_yw{
	width:274px;
	height:29px;
}
.main{
	margin-top: 20px;
}
.main .title{
    width: 100%;
    text-align: center;
    margin: 50px 0;
}
.title .title_au{
	margin:0 auto;
	width:85px;
	padding-top: 13px;
	font-size:16px;
	color: #acacac;
	border-top: 4px #0da027 solid;
}
#title_au{
	width:250px;
	border:none;
	padding:0px;
}
.title .title_bz{
	font-size:30px;
	color:#0da027;
	margin: 0 auto;
	width: 220px;
}
.title .title_bz h2{
	font-weight: bold;
}
.title .title_bz h2 a{
	color:#0da027;
}
.title .title_bz h2 a:hover{
	color:#e8431f;
}
#img_ys{
	width:119px;
	height:75px;
}
#img_jr{
	width:196px;
	height:75px;
}
#img_ayt{
	 width:140px;
	 height:40px;
}
#img_cyfh{
	width:196px;
	height:75px;
}
#img_bzwt{
	 width:119px;
	 height:76px;
}
.gssp{
	float:left;
	width:400px;
	height:400px;
}
.gssp a img{
	width:400px;
	height:400px;
}
.i_product{
    background: #f3fff5;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
}
.i_product_cate{
    background: #24ab3c;
    height: 65px;
    padding: 30px 0 10px 0;
    border-bottom: #abffba 1px dashed;
}
#i_product_cate{height:105px;}
.i_product_cate img{
    float: left;
    display: block;
    margin-top: 5px;
}
.i_product_cate ul{
    float: left;
    margin-left: 30px;
    width: 1030px;
	height: 50px;
    line-height: 50px;
}
.i_product_cate ul li{
    float: left;
}
.i_product_cate ul li a{
    color: #abffba;
    font-size: 14px;
    padding: 0 5px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
}
.i_product_cate ul li a:hover{
    color: #fff;
}
.product_fenlei{padding-top:50px;height:800px;background: #2fb948;}
#product_fenlei{height:800px;}
.product_fenlei .product_fenlei_box{margin:0 auto;width:1200px;height:770px;background: #fff;}
.product_fenlei #product_fenlei_box{height:770px;}
.product_fenlei .product_fenlei_box ul{width:1200px;}
.product_fenlei .product_fenlei_box ul li{
	list-style-type: none;
    width: 285px;
    height: 348px;
    float: left;
    margin: 15px 0px 20px 12px;
}
.product_fenlei .product_fenlei_box ul li a{
	display: block;
    text-align: center;
    border: 3px solid #f0f0f0;
	position: absolute;
}
.product_fenlei .product_fenlei_box ul li a span{
	transition: all .2s ease;
    display: block;
    text-align: center;
    height: 63px;
    line-height: 63px;
    font-size: 18px;
    background: #f0f0f0;
    width: 280px;
}

.chou_product2{
	position: absolute;
	text-indent:2em;
    width: 239px;
    height: 239px;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
	color: #fff;
    text-decoration: none;
    font-size: 14px;
	line-height:24px;
    display: block;

}
.product_fenlei .product_fenlei_box ul li:hover .chou_product2{
	opacity: 1;
	padding: 20px 20px;
}
.chou_product2 p{
	text-align:left;
}
.product_fenlei .product_fenlei_box ul li a img{
	width:279px;
	height:279px;
}


.i_product_list{
    background: #24ab3c;
    padding: 30px 0 0 0;
}
.tp{
    width: 235px;
    text-align: center;
    margin: 0 10px 16px 0;
}
a.pt_t_bg{
    color: #9df4ac;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}
a.pt_t_bg:hover{
    color: #fff;
}
#LeftButton2{
    position: absolute;
    left: -120px;
    display: block;
    top: 265px;
}
#RightButton2{
    position: absolute;
    right: -120px;
    display: block;
    top: 265px;
}

#usual1{
    text-align: center;
}
#usual1>ul{
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 755px;
    padding-left: 245px;
    border-bottom: #ebebeb 1px solid;
    border-top: #ebebeb 1px solid;
}
#usual1>ul li{
    float: left;
}
#usual1>ul li a{
    display: block;
    width: 110px;
    height: 61px;
    font-size: 18px;
    margin: 0 30px;
}
#usual1>ul li a:hover{
    color: #fff;
    background: url("../images/tab_btn_overbg.png") no-repeat;
}
#usual1>ul li a.selected{
    color: #fff;
    background: url("../images/tab_btn_overbg.png") no-repeat;
}

.tabcontent{
    margin: 20px 0 50px 0;
    height: auto;
    overflow: hidden;
}
.tabcontent ul{
    width: 700px;
    float: left;
}
.tabcontent a{
    display: block;
    height: 90px;
    overflow: hidden;
    width: 700px;
    margin-top: 20px;
    text-align: left;
}
.tabcontent a:hover h3{
    color: #24ab3c;
}
.tabcontent a:hover span#date{
    background: #59be6b;
}
.tabcontent h3{
    font-size: 18px;
    margin-top: 10px;
}
.tabcontent p{
    color: #7d7d7d;
}
span#date {
    display: inline-block;
    width: 90px;
    height: 90px;
    float: left;
    background: #24ab3c;
    margin-right: 20px;
    text-align: center;
}
b#date-d {
    font-size: 32px;
    width: 90px;
    display: block;
    color: #fff;
    margin-top: 10px;
}
b#date-m{
    font-size: 13px;
    color: #fff;
}
#imgnew{
    float: left;
    margin-left: 40px;
}
#imgnew a{
    width: 460px;
    height: auto;
    overflow: hidden;
}

.i_gsb{
    background: #f3fff5;
}
#gsbtxt{
}
#gsbtxt p{
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #717171;
    line-height: 28px;
}




.bottom{
    border-top: 0px solid #f0f0f0;
    background: #313232;
    height: auto;
}
.bottom .container_16{
}
.bottom_block{
    margin-top: 50px;
    margin-bottom: 20px;
    width: 150px;
    float: left;
    height: 310px;
    overflow: hidden;
    border-right: #3A3A3A 1px solid;
}
.bottom_block h3 a{
    color: #d0d0d0;
    margin-bottom: 20px;
    /*font-weight: bold;*/
    font-size: 18px;
}
.bottom_block h3 a:hover{
    color: #24ab3c;
    background: #313232;
}
.bottom_block a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #777;
    width: 130px;
    font-size: 14px;
    padding: 0 10px;
}
.bottom_block a:hover{
    color: #fff;
    background: #24ab3c;
}
.bottom_block p{font-size: 14px; color: #777; line-height: 24px;}
.bottom_block img{
    margin: 20px 10px;
    text-align: center;
    display: table-cell;
}
#footer{
    text-align: center; background: #24ab3c; line-height: 45px; width: 100%; font-size: 14px; font-weight: bold; color: #fff;
}
#footer a{
    color: #fff;
}

#footerlink{ margin: 0; padding: 0; text-align: center;min-height: 50px;line-height: 50px;color: #FFFFFF;}
#footerlink a{ font-weight: normal;font-size: 12px; color: #FFFFFF;}

#footer2{ margin: 0; padding: 0; text-align: center;min-height: 30px;line-height: 30px;}
#footer2 a{font-size: 14px;color:#1D6029; }


.indexcontact p{
    margin-left: 10px;
}
#indexmore{
    float: right;
    margin-right: 20px;
    display: block;
}

.crumb{
    height: 40px;
    line-height: 40px;
    border-bottom: 3px solid #E2E2E2;
}
.crumbs{
    height: 70px;
    border-bottom: 3px solid #E2E2E2;
    margin-bottom: 20px;
}
.crumbs .wz {width:550px;float:left;}
.crumbs .wz h1{float:left;}
.left{
    width:220px;height: 40px; line-height: 40px; margin-right: 20px;float: left;
    background: #999;
}
.pagecontent{
    overflow: hidden;
	width:980px;
	float: left;
}
.pagecontent p{
    font-size: 12px;
    line-height: 24px;
    color: #444;
}
.pagecontent h1{
    font-size: 24px;
    text-align: center;
}

.productimg {
    /* text-align: center; */
    display: block;
    margin: 20px auto;
    padding: 10px;
    /* float: left; */
    border: 10px solid #E6E6E6;
}
.datehits{
    text-align: center;
    font-size: 12px;
    color: #ccc;
    display: block;
}
.pagecontent_nr{text-indent:2em;font-size:16px;margin-bottom:50px;}
.pagecontent_nr a{font-size:16px;}
.spcate {
    float: left;
    display: inline-block;
    padding: 5px 10px;
    /*background: #24AB3C;*/
    /*border: 1px solid #ccc;*/
    font-size: 14px;
    color: #fff;
    /*border: 1px solid #f0f0f0;*/
    width: 180px;
}
.spcate:hover{
    background: #24983c;
    color: #fff;
    /*border:1px solid #0081cb;*/
}
.productlist{
    width: 980px;
    /* height: 600px; */
    float: left;
    overflow: hidden;
    padding-bottom: 40px;
}
.productlist ul li{
    list-style-type: none;
    /*width: 182px;*/
    /*height: 220px;*/
    float: left;
    margin-right: 2px;
    margin-bottom: 20px;
}
.productlist ul li a{
    display: block;
    text-align: center;

    border: 3px solid #f0f0f0;
}
.productlist ul li a img{
    transition: all .2s ease;
}
.productlist ul li a:hover{

    border:3px solid #24ab3c;
}
.productlist ul li a:hover span{

    background:#24ab3c;
    color: #fff;
}
.productlist ul li a span{
    transition: all .2s ease;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background:#f0f0f0;
    width:188px;
}
.productlist ul li a #span2{
	width:317px;
}
.right{
    width: 980px!important;
    float: left;
    margin-bottom: 40px;
}
.right .pagecontent p{
    text-indent: 2em;
    line-height: 24px;
    font-size: 12px;
}
.articlelist>ul li {
    border-bottom: dotted 1px #ccc;
    height: 80px;
    padding: 10px 0;
}
.articlelist>ul li p{
    line-height: 22px;
    color: #666;
    width: 700px;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
}
.articlelist>ul li a{
    display: block;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    width: 100%;
}
.articlelist>ul li a span{
    float: right;
    color: #777;
    font-weight: normal;
    font-size: 12px;
    height: 80px;
    line-height: 80px;
    width: 80px;
    border-radius: 100px;
    background-color: #eee;
    text-align: center;
}
.articlelist>ul li a:hover span{
    color: #fff;
    background: #24ab3c;
}

div.jogger ul li {
    float: left;
    margin: 0px;
    padding: 0px
}

div.jogger {
    clear: both;
    height: 30px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    margin-top: 20px;
    font-family: "lucida sans unicode","lucida grande",lucidagrande,"lucida sans",geneva,verdana,sans-serif
}

div.jogger
a {
    height: 30px;
    line-height: 30px;
    width: 30px;
    display: inline-block;
    /*margin: 2px;*/
    color: #444;
    background-color: #fafafa;
    text-decoration: none;
    text-align: center;
}

div.jogger a:hover {
    /*margin: 2px;*/
    color: #fff;
    background-color: #24ab3c;
}

div.jogger .active {
    /*margin: 2px;*/
    height: 30px;
    line-height: 30px;
    width: 30px;
    display: inline-block;
    color: #fff;
    background-color: #24ab3c;
    text-align: center;
}

div.jogger .disabled {
    /*margin: 2px;*/
    height: 30px;
    line-height: 30px;
    width: 30px;
    display: inline-block;
    color: #fff;
    background-color: #24ab3c;
    text-align: center;
}

div.jogger span.current {
    font-family: "Microsoft YaHei", "微软雅黑", "MicrosoftJhengHei", "华文细黑", STHeiti, MingLiu, sans-serif;
    /*margin: 2px;*/
    color: #ffffff;
    background-color: #ff6000;
    text-align: center;
}

div.jogger span.disabled {
    display: none
}
.bodytxt {
    overflow: hidden;
    height: auto;
    width: 640px;
    margin-left: 20px;
    display: inline-block;
}

.product_categories{
    width: 200px;
    float: left;
    padding: 0px 20px 0 0;
}
.product_categories h3{
    font-size: 28px;
    margin-bottom: 10px;
}
.product_categories ul {
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    background: #24ab3c;
    margin-bottom: 20px;
}

.next_pre a{
    width: 50%;
    margin-top: 30px;
    text-align: center;
    padding: 10px 20px;
    background-color: #f0f0f0;
	
}
a.next{
    float: right;
}
a.pre{
    float: left;
}
.next_pre a:hover{
    background: #24ab3c;
    color: #fff;
}
.next_pre a:hover b{
    color: #fff;
    transition: all .2s ease
}

/*20150831*/
.chou_product a{
    display: block;
    height: 100%;
    width: 100%;
    /*background: url(../images/opacity.png);*/
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;

}
.mask_layer{
    background: rgba(0,0,0,0.8);
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
}
.chou_pro_data i{

    width: 70px;
    height: 2px;
    background: #ffe401;
    display: block;
}
.chou_pro_data{
    position: absolute;
    left: 0px;
    top: 47px;
    width: 80%;
    height: 70%;
    z-index: 3;
    opacity: 0;

}
.chou_pro_data h3{
    font-size: 22px;
    color: #fff;
    line-height: 24px;
}
.chou_pro_data p{
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    padding: 20px 0;
}
.chou_pro_data span{
    display: block;
    width: 70px;
    height: 24px;
    line-height: 24px;
    color: #111;
    background: #ffe401;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}
.chou_pro_data em{
    display: block;
    width: 41px;
    height: 2px;
    border-bottom: 2px solid #ffe401;
}
.chou_product:before{
    position: absolute;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    content: "";
    z-index: 3;
    border-right:3px solid #24ab3c;
    border-left:3px solid #24ab3c;
    transform:scale(1,0);
    transition:opacity 0.2s ease,transform 0.2s ease;
}
.chou_product:after{
    position: absolute;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    content: "";
    z-index: 3;
    border-top:3px solid #24ab3c;
    border-bottom:3px solid #24ab3c;
    transform:scale(0,1);
    transition:opacity 0.2s ease,transform 0.2s ease;

}
.chou_product:hover:before,.chou_product:hover:after{
    transform:scale(1);
    opacity: 1;
    transition:opacity 0.2s ease,transform 0.2s ease;
}
.chou_con_t_3{
    width: 271px;
    height: 272px;
}
.chou_con_t_3 .chou_pro_data{
    left: 27px;
}


.pagecontent form{
    font-weight: bold;
}
.pagecontent form input[type="text"]{
    height: 30px;
    line-height: 30px;
    margin: 10px;
    padding: 0 10px;
    display: block;
    width: 300px;
}
.pagecontent form textarea#requirement{
    line-height: 30px;
    margin: 10px;
    padding: 0 10px;
    display: block;
    width: 600px;
    height: 150px;
    border: 1px solid #CCC;
}
.pagecontent form button{
    width: 160px;
    height: 50px;
    text-align: center;
    background-color: #ff6000;
    color: #FFF;
    border: none;
    font-size: 20px;
}

div.pagecontent #usual2 ul li a {
    display: block;
    background-color: #24ab3c;
    margin-right: 2px;
    color: #fff;
    padding: 10px 35px;
    font-size: 14px;
}

div.pagecontent #usual2 ul li a.selected{
    background:#24ab3c;
}
div.pagecontent #usual2 ul li {
    float: left;
    height: 38px;
}
div.pagecontent #usual2{
    float: left;
    width: 100%;

}
div.pagecontent #usual2 ul{
    float: none;
    clear: both;
    overflow: hidden;
    border-bottom: 3px solid #E2E2E2;

}

#nr_table{text-indent:0.5em;}
#nr_table table{margin:0 auto;}
#nr_table td{height:30px;line-height: 30px;font-size: 14px;}


div.pagecontent #usual2 .uscontent table tr td {
    border: 1px solid #cacaca;
    padding: 0 5px;
    text-align: left;
    }
div.pagecontent #usual2 .uscontent{
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
	font-size:16px
}
div.pagecontent #usual2 .uscontent img{
    max-width: 100%;
    height:auto;
}
div.pagecontent #usual2 .uscontent ul li {
    height: auto;
    line-height: 30px;
}
div.pagecontent #usual2 .uscontent ul{
    border:0px;
}
.uscontent #uscontent_nr_tp{text-align:center;}

div.jogger ul li a {
    border: 0px;
}
div.jogger ul li a:hover {
    border: 0px;
}
.p_list{width:235px;height:326px;margin: 0 10px 0px 0;}
#MarqueeDiv2{width:1200px!important;}
#MarqueeDiv2 ul{width:2550px;height:660px;overflow: hidden;}
#MarqueeDiv2 ul li{float:left;margin:10px 10px 0 0;}
.p_list_tp{width: 235px;text-align: center;}
.p_list_tp img{width:250px;height:250px;}
.p_list_wz a{
	color: #9df4ac;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
	text-align:center;
}
.p_list_wz a:hover{color: #fff}



.product_categories #comeon{
	font-size:22px;
	background: #109027;
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}

.xw{
	margin: 0 auto;
    width: 1200px;
    height: 400px;
	margin-bottom: 90px;
	}
	
.xw_1{    
	width: 380px;
    height: 400px;
    border: 1px solid #d0d0d0;
    margin-right: 12px;
    float: left;
	}

.xw_1_top{
	width: 345px;
    height: 35px;
    margin-left: 10px;
    margin-bottom: 5px;
    padding-left: 10px;
    font-weight: bold;
	font-size: 16px;
    line-height: 35px;
    border-bottom: 2px solid #358d1c;
    color: #358d1c;
	}
	
.xw_1_top span{
	float: right;
    font-size: 14px;
    line-height: 35px;
    color: #666;
	}
	
.box3_1_bottom{    
	width: 355px;
    height: 280px;
    padding: 5px 0 5px 10px;
	}
.box3_1_bottom ul li{
	background: url(../images/newsx.gif) no-repeat 0 50%;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 13px;
	}
.box3_1_bottom span{float:right;}
	
	
	
.like_im{
    width: 980px;
    /* height: 600px; */
    float: left;
    overflow: hidden;
	margin-top:30px
}
.like_im .like_im_xg{
	width:100%;
	height:50px;
	line-height:50px;
	font-size:18px;
	text-align:center;
	color:#ffffff;
	background:#24AB3C;
}
.like_im ul li{
    list-style-type: none;
    /*width: 182px;*/
    /*height: 220px;*/
    float: left;
	margin:5px 2px;
}
.like_im ul li a{
    display: block;
    text-align: center;

    border: 3px solid #f0f0f0;
}
.like_im ul li a img{
    transition: all .2s ease;
}
.like_im ul li a:hover{

    border:3px solid #24ab3c;
}
.like_im ul li a:hover span{

    background:#24ab3c;
    color: #fff;
}
.like_im ul li a span{
    transition: all .2s ease;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background:#f0f0f0;
    width:186px;
}
.like_im ul li a #span3{
	width:316px;
}



.like_ar{width:100%;height:auto;}
.like_ar .like_ar_xg{
	width:100%;
	height:50px;
	line-height:50px;
	font-size:18px;
	text-align:center;
	color:#ffffff;
	background:#24AB3C;
	margin-bottom:10px;
}
.like_ar ul li{width:47%;height:30px;line-height:30px;float:left;padding:5px 14px;}
.like_ar ul li span{float:right;}
.like_ar ul li a{font-size:16px;}

#sitemap_li {font-size:14px;}
#sitemap_li a{font-size:14px;}


.search_box_index{margin:0 auto;margin-top:30px;width:1200px;height:60px;}
.search_box{float:right;margin-bottom:10px;}


.search_box_left{float:left;font-size:14px;}
.search_box_left span,.search_box_left a{color:#ff0000;}
.search_box_left a:hover{color:#bc0000;}
.search_box_right{float:right;width:390px;}

.search_box_right form{margin-bottom:5px;}
.search_box_right form .searchbox{overflow: hidden;border: 3px solid #24ab3c;}
.search_box_right form .searchbox .input{
	width: 304px;
    height: 30px;
    border-right: none;
    background-repeat: repeat-x;
    background-position: 0 -166px;
    float: left;
    overflow: hidden;
	}
.search_box_right form .searchbox .input .ico{
	display: inline-block;
    width: 23px;
    height: 22px;
    margin: 4px 3px;
    background-position: -214px -287px;
    float: left;
    overflow: hidden;
	background: url(../images/search.png) no-repeat;
}
.search_box_right form .searchbox .input input{
	width: 275px;
    height: 30px;
    line-height: 20px;
    padding: 1px 0;
    border: none;
	outline:none;
}
.search_box_right form .searchbox .submit{
	width: 80px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border: none;
    cursor: pointer;
    background: #24ab3c;
    font-size: 14px;
    float: left;
}
.search_box_right #rmss{
	float:left;
}
.search_box_right #rmss h2{
	float:right;
}
.search_box_right #rmss a{
	margin-left:5px;
}




.dede_pages{
}
.dede_pages ul{
	float:left;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
}
.dede_pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	display:block;
}
.dede_pages ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 2px;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	padding:2px 4px 2px;
	font-weight:bold;
}
.dede_pages .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}

/*产品详情页产品表单*/
.imgwrap{
	width: 46%;
    float: left;
    margin-left: 10%;
}
.chanpinxq{
	width: 30%;
    float: left;
    margin: 20px;
    font-size: 20px;
    font-family: sans-serif;
}
.chanpinxq ul li{
	line-height: 2;
}

.xqweixin{
	width:200px;
	height:200px;
}
